home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / HTInit.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  421b  |  19 lines

  1. /*  */
  2.  
  3. /*              Initialisation module                   HTInit.h
  4. **
  5. **      This module resisters all the plug&play software modules which
  6. **      will be used in the program.  This is for a browser.
  7. **
  8. **      To override this, just copy it and link in your version
  9. **      befoe you link with the library.
  10. */
  11.  
  12. #include "HTUtils.h"
  13.  
  14. extern void HTFormatInit NOPARAMS;
  15. extern void HTFileInit NOPARAMS;
  16. /*
  17.  
  18.     */
  19.